From a5b60306897f257eb7da1e26537cec05f105279a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dylan=20A=C3=AFssi?= Date: Tue, 1 Apr 2025 09:35:38 +0200 Subject: [PATCH] d/control: add new dependencies for libostree-dev MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit New dependencie have been added to pkg-config in cb1d0ad. Thus libostree-dev should depend of them otherwise the autopkgtest fails. Signed-off-by: Dylan Aïssi --- debian/control | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/debian/control b/debian/control index 7ed74a2a..e6e3bb28 100644 --- a/debian/control +++ b/debian/control @@ -100,9 +100,19 @@ Multi-Arch: same Section: libdevel Depends: gir1.2-ostree-1.0 (= ${binary:Version}), + libarchive-dev, + libavahi-client-dev, + libavahi-glib-dev, + libcurl-dev, libglib2.0-dev, + libgpg-error-dev, + libgpgme-dev, + liblzma-dev, libostree-1-1 (= ${binary:Version}), + libselinux1-dev, + libsystemd-dev, pkgconf, + zlib1g-dev, ${gir:Depends}, ${misc:Depends}, Suggests: -- 2.30.2